{literal} {/literal}
تقرير مشتريات منتج Youtube



{if {count($productData)} > 0}
{$message}

الإجمالي: {$totalRemainQuantity}

اجمالى مردودات المشتريات : {$totalreturn}


{assign var=i value=1} {foreach $productData as $product} {if $totalSellsQuantity{$i} > 0 || $totalReturnSellsQuantity{$i} > 0} {/if} {capture assign=i}{$i+1}{/capture} {/foreach}
الرقم اسم المنتج
المشتريات
مردودات المشتريات
الباقى
{$i} {$product->productName} {if $hidecat eq 1} /{$product->productCatName} {/if}
{$totalSellsQuantity{$i}}
{$totalReturnSellsQuantity{$i}}
{$remainQuantity{$i}}
{/if}

الإجمالي: {$totalRemainQuantity}

اجمالى مردودات المشتريات : {$totalreturn}

{if {count($productData)} > 0}
{/if}